GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-23T04:53:48.8969931+00:00",
"SubmitDate": "2026-04-23T04:53:48.8969931+00:00",
"ReportPeriodStart": "2026-04-23T04:53:48.8969931+00:00",
"ReportPeriodEnd": "2026-04-23T04:53:48.8969931+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fa45574-dda7-4a2d-a504-009953ac594e",
"Rows": [
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fa45574-dda7-4a2d-a504-009953ac594e",
"Rows": [
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5f75119-aa55-4466-93d6-6270661d6b52",
"6c3f059e-d588-441b-a1a5-6c5f026b55c2"
],
"Approvers": [
"c3c1278a-7dda-45f3-96d0-2e7e50e27171",
"791af64f-7c78-4de4-8d30-92b67abfc004"
],
"ApprovedBy": "1fa0b1fc-8fa9-4d09-9aad-c76b3961a9d4",
"ApprovalDate": "2026-04-23T04:53:48.8969931+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4bc33e77-ead5-4a28-bba9-e496b9087a2a",
"id": "7c62f2da-ecf5-4cb4-9146-4257353621ab",
"ConfigId": "281c3a29-597a-495e-a694-47a5827315a9"
},
{
"GenerationDate": "2026-04-23T04:53:48.8969931+00:00",
"SubmitDate": "2026-04-23T04:53:48.8969931+00:00",
"ReportPeriodStart": "2026-04-23T04:53:48.8969931+00:00",
"ReportPeriodEnd": "2026-04-23T04:53:48.8969931+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fa45574-dda7-4a2d-a504-009953ac594e",
"Rows": [
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fa45574-dda7-4a2d-a504-009953ac594e",
"Rows": [
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b2d6ac7-38a7-462a-9b7e-812f2cba4507",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5f75119-aa55-4466-93d6-6270661d6b52",
"6c3f059e-d588-441b-a1a5-6c5f026b55c2"
],
"Approvers": [
"c3c1278a-7dda-45f3-96d0-2e7e50e27171",
"791af64f-7c78-4de4-8d30-92b67abfc004"
],
"ApprovedBy": "1fa0b1fc-8fa9-4d09-9aad-c76b3961a9d4",
"ApprovalDate": "2026-04-23T04:53:48.8969931+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4bc33e77-ead5-4a28-bba9-e496b9087a2a",
"id": "7c62f2da-ecf5-4cb4-9146-4257353621ab",
"ConfigId": "281c3a29-597a-495e-a694-47a5827315a9"
}
]